home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / GMSMTH01.ZIP / INCLUDE / PR2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  347 b   |  21 lines

  1. /*
  2.  
  3.    copyright 1993, Alec Russell, all rights reserved
  4.  
  5.    direct mda output
  6.  
  7. */
  8.  
  9. #ifndef DEF_PR2
  10. #define DEF_PR2 1
  11.  
  12. #include <g_def.h>
  13.  
  14. void pr2_low(BYTE attr, short x, short y, char far *s);
  15. void pr2(char *s, ...);
  16. void clear_pr2(void);
  17.  
  18. #endif
  19.  
  20. /* ------------------------ end of file --------------------------------- */
  21.